home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / misc / plhelp / plscol0 < prev    next >
Text File  |  1995-02-04  |  678b  |  36 lines

  1. plscol0:
  2.  
  3. Synopsis: Set color map 0 colors
  4.  
  5. Syntax: plscol0 ( COLOR, RED, GREEN, BLUE )
  6.  
  7. Description:
  8.  
  9.     Set the colors in the color map. COLOR is an integer between 1
  10.     and 16, which idenitifies the color to be modified. RED,
  11.     GREEN, and BLUE are integers between 0 and 255 signifying the
  12.     amount of red, green and blue content in the color.
  13.  
  14.     The default colors are:
  15.  
  16.       0. black (default background)
  17.       1. red
  18.       2. yellow
  19.       3. green
  20.       4. aquamarine
  21.       5. pink
  22.       6. wheat
  23.       7. grey
  24.       8. brown
  25.       9. blue
  26.      10. BlueViolet
  27.      11. cyan
  28.      12. turquoise
  29.      13. magenta
  30.      14. salmon
  31.      15. white (default foreground)
  32.  
  33.     Example:
  34.  
  35.     plscol0 ( 2, 255, 255, 255) # set color 2 to white
  36.